type github.com/gotd/td/telegram/auth.testAuth

7 uses

	github.com/gotd/td/telegram/auth (current package)
		flow.go#L246: type testAuth struct {
		flow.go#L251: func (t testAuth) Phone(ctx context.Context) (string, error)    { return t.phone, nil }
		flow.go#L252: func (t testAuth) Password(ctx context.Context) (string, error) { return "", ErrPasswordNotProvided }
		flow.go#L253: func (t testAuth) Code(ctx context.Context, sentCode *tg.AuthSentCode) (string, error) {
		flow.go#L270: func (t testAuth) AcceptTermsOfService(ctx context.Context, tos tg.HelpTermsOfService) error {
		flow.go#L274: func (t testAuth) SignUp(ctx context.Context) (UserInfo, error) {
		flow.go#L303: 	return testAuth{